From 6be72a0b35686edb52480f8b67136fc6a4857e45 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 16 May 1993 15:41:14 +0000 Subject: [PATCH] (mark-page): Activate the mark. --- lisp/textmodes/page.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/textmodes/page.el b/lisp/textmodes/page.el index fca4d9f6608..32e505eaae6 100644 --- a/lisp/textmodes/page.el +++ b/lisp/textmodes/page.el @@ -67,7 +67,7 @@ thus marking a page other than the one point was originally in." (if (< arg 0) (forward-page (1- arg)))) (forward-page) - (push-mark nil t) + (push-mark nil t t) (forward-page -1)) (defun narrow-to-page (&optional arg) -- 2.30.2